* make-dist: Fix typo.
authorJim Blandy <jimb@redhat.com>
Sat, 20 Mar 1993 18:12:07 +0000 (18:12 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 20 Mar 1993 18:12:07 +0000 (18:12 +0000)
make-dist

index 6c3c020b01b798cf0d5451c6bbb3a6c05d412f0d..412234b26e999f860cc8486e0e553ead79c67dee 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -279,8 +279,7 @@ if [ "${make_tar}" = yes ]; then
   fi
   echo "Creating tar file."
   (cd ${tempparent}
-   tar cvf - ${emacsname}) \
-   | ${default_gzip} > ${emacsname}.tar.Z
+   tar cvf - ${emacsname} | ${default_gzip} > ${emacsname}.tar.Z
   )
 fi